home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Environments / Prograph Classic 2.6.1 / Prograph Reference Manual / Prograph Reference 5-7 / Prograph Reference 5-7.rsrc / TEXT_143.txt < prev    next >
Encoding:
Text File  |  1995-10-25  |  2.9 KB  |  98 lines

  1. ¬†         Pict 
  2.  
  3. Inherits from:     Graphic     
  4.  
  5.  
  6. _____________________________________________________
  7. ¬†          name  *212*
  8.  
  9. Type:   string 
  10. Description:    Used by the primitive find-item to find a ¬´Pict¬ª by name. 
  11.  
  12.  
  13. _____________________________________________________
  14. ¬†          owner  *212*
  15.  
  16. Type:   Window 
  17. Constraints:    Not settable.    
  18. Description:   If ¬´Pict¬ª is a member of item list of an active ¬´Window¬ª, then the value of this attribute is that ¬´Window¬ª; otherwise it is NULL.    
  19.  
  20.  
  21. _____________________________________________________
  22. ¬†          active?  *212*
  23.  
  24. Type:   boolean    
  25. Constraints:    Not settable on default.    
  26. Description:      ¬´Pict¬ª responds to clicks only if the value of this attribute is TRUE.    
  27.  
  28.  
  29. _____________________________________________________
  30. ¬†          visible?  *212*
  31.  
  32. Type:   boolean    
  33. Description:   ¬´Pict¬ª is displayed in the owning ¬´Window¬ª if and only if the value of this attribute is TRUE.    
  34. Side effects:    Setting causes ¬´Pict¬ª to be redrawn in the owning ¬´Window¬ª.      
  35.  
  36.  
  37. _____________________________________________________
  38. ¬†          move?  *213*
  39.  
  40. Type:   boolean    
  41. Description:      The location of ¬´Pict¬ª is changed relative to the size of the owning ¬´Window¬ª if and only if the value of this attribute is TRUE.    
  42.  
  43.  
  44. _____________________________________________________
  45. ¬†          grow?  *213*
  46.  
  47. Type:   boolean    
  48. Description:      The size of ¬´Pict¬ª is changed relative to the size of the owning ¬´Window¬ª if and only if the value of this attribute is TRUE.    
  49.  
  50.  
  51. _____________________________________________________
  52. ¬†          location  *213*
  53.  
  54. Type:   Point    
  55. Description:    The location of the upper left corner of ¬´Pict¬ª in owning ¬´Window¬ª.    
  56. Side effects:    Setting causes ¬´Pict¬ª to be redrawn.    
  57.  
  58.  
  59. _____________________________________________________
  60. ¬†          size  *213*
  61.  
  62. Type:   Point    
  63. Description:    Offset of lower right corner of ¬´Pict¬ª from upper left corner.    
  64. Side effects:    Setting causes ¬´Pict¬ª to be redrawn.    
  65.  
  66.  
  67. _____________________________________________________
  68. ¬†          balloon  *213*
  69.  
  70. Type:     list 
  71. Description:    Balloon Help information; format varies with the type (Prograph string or 'STR ', 'STR#', 'TEXT' or 'PICT' resource) of Balloon Help.    
  72.  
  73.  
  74. _____________________________________________________
  75. ¬†          click method  *214*
  76.  
  77. Type:      string 
  78. Description: The name of the method called when a click occurs on the ¬´Pict¬ª. ¬´Pict¬ª responds to clicks only if this is a nonempty string.    
  79. Method inputs:     <owning ¬´Window¬ª>, ¬´Pict¬ª, <EventRecord of click> 
  80.  
  81.  
  82. _____________________________________________________
  83. ¬†          rsrc record  *214*
  84.  
  85. Type:   ABlock@@    
  86. Constraints:    Not settable.    
  87. Description:  Pict resource.    
  88.  
  89.  
  90. _____________________________________________________
  91. ¬†          rsrc number  *214*
  92.  
  93. Type:   Integer 
  94. Description: The ID number of the resource in the resource fork of the file.    
  95. Side effects:    Setting causes ¬´Pict¬ª to be redrawn.    
  96.  
  97.  
  98.